home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / jade-3.2.lha / jade-3.2 / src / .gdbinit next >
Encoding:
Text File  |  1994-07-08  |  120 b   |  7 lines

  1.  
  2. # prints $$ to standard output
  3. define v
  4. set print_val(cmd_stdout_file(), $), stream_putc(cmd_stdout_file(), '\n')
  5. end
  6.  
  7.